"TEXT 2"="Display "Tools" -> "New Hotmail account" inside menu"
"TEXT 3"="Enable colorful message backgrounds"
"DESCRIPTION 1"="Miscellaneous settings for Outlook Express."
"DESCRIPTION 2"="To use option #3: Activate it, then restart Outlook Express, create a new message and press CTRL+SHIFT plus the "Z" key to cycle throught the backgrounds."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"="Thanks to Chris [CGMT@flashmail.com] for the "non-NT but not disabled" bug notice."
"COMMENT 2"="Thanks to Guy for the "no-go OE5" bug notice."
sValPath=""
sP1="HKCU\Software\Microsoft\Outlook Express\"
sP2="HKCU\Identities\Last User ID"
'sPath="HKCU\Software\Microsoft\Outlook Express\"
sNOS="NoSplash"
sHOT="Disable Hotmail"
sPath2="HKCU\Software\Microsoft\Internet Mail and News\"
sCOL="ColorCycle"
Sub Plugin_Initialize
'OK, let's have a look if we are running IE5...
s=RegReadValue(sP2)
if IsEmpty(s)=false then
'OK - we have a value - check if we can find OE
sValPath="HKCU\Identities\" & s & "\Software\Microsoft\Outlook Express\5.0\"